public void Create( InstallationSpace pInstallationSpace, PointD3D[] arrPointsOnSpline )
public: void Create( InstallationSpace^ pInstallationSpace, array<PointD3D>^ arrPointsOnSpline )
Parameters
| Parameter Name | Description |
|---|---|
| pInstallationSpace | InstallationSpace object. |
| arrPointsOnSpline | List of Eplan.EplApi.Base.PointD3D, which are the nodes of the spline. At least 3 points needed. |